home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e004 / laptop.btm < prev    next >
Text File  |  1994-10-14  |  417b  |  16 lines

  1. call MARK_DEL
  2. iff exist c:\update1.bat then
  3.   call c:\update1.bat
  4.   del c:\update1.bat
  5.  else
  6.   Echo use C:\UPDATE1.BAT for Special Deletes/Updates
  7. endiff
  8. call update.btm c:\util\update.lst
  9. Echo Searching for Archive Files ...
  10. echo -Archive Files- %_date %_time > c:\archive.lst
  11. dir /Aa/s/b/f c:\*.* >> c:\archive.lst
  12. Call YesNo N View ARCHIVE list
  13. if "%Answer" eq "Y" list c:\archive.lst
  14. unset Answer
  15.  
  16.